home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Aminet 16
/
Aminet 16 (1996)(GTI - Schatztruhe)[!][Dec 1996].iso
/
Aminet
/
util
/
libs
/
queue.lzh
/
queue_2.0
/
queue.readme
< prev
next >
Wrap
Text File
|
1996-10-09
|
487b
|
13 lines
Short: message queue library
Author: fasten@shw.com (Bernhard Fastenrath)
Uploader: fasten@shw.com (Bernhard Fastenrath)
Version: 2.0
Type: util/libs
This library allows several task to write to a message queue which can be
read by several other tasks. It is used by my shutdown command
(AmiNet:util/libs/shutdown.lzh).
Version 2 of this library uses semaphores instead of Forbid()/Permit() and
fixes several bugs which didn't appear in connection with the shutdown command.